home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / programming / languages / bwbasic111.lha / bwb111 / read.me.amiga < prev    next >
Encoding:
Text File  |  1992-09-02  |  1.2 KB  |  35 lines

  1. Short: amiga `port' of Bywater BASIC interpreter 1.11
  2. Type: dev/lang
  3. Author: Ted A. Campbell
  4. UpLoader: Wouter van Oortmerssen
  5.  
  6. [needs ixemul.library]
  7.  
  8. I came across this very small basic on my 'Language/OS' CD-ROM,
  9. and accidentally typed `make' :-). Since more people might want to
  10. give it a try, I thought I'd dump it on aminet. Note very well
  11. though, I do not intend to support this software in _any_ way.
  12.  
  13. With that out of the way:
  14.  
  15. This is quite a small basic, and it seems to conform to some
  16. ANSI standard for basic (read about that in the original `read.me').
  17. It organises sources with the infamous line-number method.
  18.  
  19. If you start the the interpreter, you can pas a name of a sourcefile
  20. on the command-line which it will immediately run. On the command
  21. line one can enter BASIC-expressions directly, or precede them with
  22. line-numbers to form a program.
  23.  
  24. as an extra it also acts a bit like a shell, as it seems to execute
  25. all commands it doesn't understand via amigados. also it has some
  26. builtin dos-stuff.
  27.  
  28. about the `port': this was done no modifications of significance
  29. to the original source. some parts where compiled without the -O
  30. option though, since otherwise my GCC would guru.
  31.  
  32. Have fun,
  33.  
  34. Wouter.
  35.